WRITEAVI.EXE ============ This sample program demonstrates writing an AVI file. When executed, it will create a file called OUTPUT.AVI that contains a short movie of a clock with rotating hands and the numbers 1-15 counting on the face of the clock. That's all this program does. It doesn't even have a user-interface. AVIEASY.C - This file contains the routines that do the actual file writes. You can include this file in your applications to give you functions that will do most of the low-level grunt work of writing the RIFF file for you. Read the functions header comments, and look at how these functions are called from WRITEAVI.C to see how they work. WRITEAVI.C - This file is the high-level application that uses the routines provided by AVIEASY.C to create the file.